home *** CD-ROM | disk | FTP | other *** search
/ PCNet 2004 March / PCNET_CD_2004_04_3.iso / ssaver / timemachine.exe / scripts / DefineButton2_300 / BUTTONCONDACTION on(release).as next >
Encoding:
Text File  |  2002-04-21  |  115 b   |  8 lines

  1. on(release){
  2.    _root.pump.gotoandplay("theBRAIN");
  3.    tellTarget("sign")
  4.    {
  5.       gotoAndStop(1);
  6.    }
  7. }
  8.